home *** CD-ROM | disk | FTP | other *** search
/ Know Your Baseball - The Greatest Player Resource / Know Your Baseball - Greatest Player.iso / Baseball / Director / SHARED.CST / 00013_Script_Special functions for beyond.dir < prev    next >
File List  |  1998-09-21  |  257b  |  12 lines

  1. on RadioOnOff
  2.   if soundBusy(2) then
  3.     set x  = random(4)
  4.     set the blend of sprite 48 = 100
  5.     if x = 2 or x = 4 then set the visible of sprite 48 to not the visible of sprite 48
  6.     
  7.   else
  8.     set the blend of sprite 48 = 0
  9.   end if
  10. end
  11.  
  12.